home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / converter / pbm with gui / gui / pbm / psidtopgm < prev    next >
Encoding:
Text File  |  1996-07-16  |  353 b   |  10 lines

  1. "psidtopgm "Load PostScript 'image' data
  2.     width height bits/sample [imagedate]
  3.    "Convert PostScript 'image' data to PGM"
  4.    "PostScript"
  5.    NUMBER "_Width":"":"256"!!Input Width!
  6.    NUMBER "_Height":"":"256"!!Input Height!
  7.    NUMBER "_Bit/sample":"":"1"!!Input bits/sample!
  8.    LFILE "_Input":"":""!!Input File!
  9.    SFILE "O_utput":">":""!!Output File!
  10.